crypto/tls.serverHelloMsg.selectedGroup (field)
8 uses
crypto/tls (current package)
handshake_client_tls13.go#L206: if hs.serverHello.selectedGroup == 0 && hs.serverHello.cookie == nil {
handshake_client_tls13.go#L223: if curveID := hs.serverHello.selectedGroup; curveID != 0 {
handshake_client_tls13.go#L327: if hs.serverHello.selectedGroup != 0 {
handshake_messages.go#L650: selectedGroup CurveID
handshake_messages.go#L731: if m.selectedGroup != 0 {
handshake_messages.go#L734: exts.AddUint16(uint16(m.selectedGroup))
handshake_messages.go#L858: if !extData.ReadUint16((*uint16)(&m.selectedGroup)) {
handshake_server_tls13.go#L490: selectedGroup: selectedGroup,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |